github.com/klauspost/compress/zstd.encoderOptions.concurrentBlocks (field)
13 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L81: if e.o.concurrentBlocks && (e.o.dict != nil || e.o.concurrent <= 1) {
encoder.go#L82: e.o.concurrentBlocks = false
encoder.go#L106: if e.o.concurrentBlocks {
encoder.go#L129: if e.o.concurrent > 1 && !e.o.concurrentBlocks {
encoder.go#L174: if e.o.concurrentBlocks && hasDict {
encoder.go#L175: e.o.concurrentBlocks = false
encoder.go#L208: if e.o.concurrentBlocks {
encoder.go#L449: if e.o.concurrentBlocks {
encoder.go#L549: if e.o.concurrentBlocks {
encoder.go#L594: if e.o.concurrentBlocks {
encoder_options.go#L33: concurrentBlocks bool
encoder_options.go#L347: if o.resetOpt && b != o.concurrentBlocks {
encoder_options.go#L350: o.concurrentBlocks = b
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |